home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / comm terminal / Mocha Pocket TN5250 1.0 / ptelnet.exe / user.txt < prev   
Encoding:
Text File  |  2000-03-01  |  6.2 KB  |  207 lines

  1.  
  2.                   -----------------------------            
  3.                        MOCHA POCKET TELNET 
  4.  
  5.                            USER GUIDE
  6.  
  7.                           Version 1.1
  8.              
  9.                   -----------------------------            
  10.  
  11. Contents
  12. ========
  13.  
  14. 1.0 Product Overview
  15. 2.0 Functionality
  16. 2.1  Connecting/Disconnecting
  17. 2.2  Function keys
  18. 2.3  Macros
  19. 2.4  Hardware buttons
  20. 2.5  Auto Login
  21.  
  22. 3.0 Limitations 
  23.  
  24. 4.0 License System
  25.  
  26. 1.0 Product overview
  27. ====================
  28. Mocha Pocket Telnet is an application for the Palm Computing(R) Platform.
  29. There is support for PALM OS 3 or newer.
  30.  
  31. Mocha Pocket Telnet makes it possible to connect to an UNIX host with 
  32. the TCP/IP/TELNET protocol and emulate a VT220 terminal.
  33.  
  34. Version 1.1 includes support for the SPT1700 device from Symbol. It is
  35. a PALM III with a bar code scanner.
  36.  
  37. 2.0 Functionality
  38. =================
  39.  - Supports VT100/VT220 emulation. 
  40.  - User defined functions keys.
  41.  - Autologin with scripting parameter.
  42.  - Possible to use Graffiti or build in keyboard. 
  43.  - User defined macros.
  44.  - User defined function keys.
  45.  - Use Scroll and hardware buttons on the PalmPilot
  46.    as cursor keys (+ return and delete).
  47.  - Screen size 24*80. Possible to navigate the view with a
  48.    Tap on the screen or moving a small screen window.
  49.  - 2 font types, giving a view screen size 16*32 or 24*40 characters.
  50.  - Bar code reader with SPT1700 (tested with Palm OS 3.2)
  51.  
  52. The Telnet screen contains a large view window for the VT220
  53. terminal (16*32 or 24*40 characters) and at the bottom are a set 
  54. of buttons plus a small window
  55.  
  56.    on off ctrl esc keys macros [window]
  57.  
  58. on     : Make a session to the UNIX host
  59. off    : Close a session
  60. ctrl   : Next key typed on the graffiti or the build in keyboard will
  61.          be a ctrl character
  62. esc    : send an ESC character to the UNIX host
  63. keys   : select a function key in the pop-up list
  64. macros : select a macro in the pop-up list
  65. window : Tap or move the small window to change the view of
  66.          the VT220 terminal window. It is also possible to tap the main
  67.          screen to change the view.
  68.  
  69. 2.1 Connecting/Disconnecting
  70. ============================
  71.  
  72. Tap on the On/Off buttons at the lower left part of the screen to
  73. control a session with the UNIX host. 
  74.  
  75. A Tap on "on" will start a session with the UNIX host. If there is not 
  76. already defined an IP address for the UNIX host, a dialog window will 
  77. pop-up asking for an UNIX host name. Enter an IP address and a port number. 
  78. The default port number for the Telnet protocol is 23.
  79.  
  80. It is possible to select "Show Negotiation".  Using this option
  81. will display the Telnet protocol information's. It should only
  82. be used in a debugging situation.
  83.  
  84. 2.2 Function keys
  85. =================
  86. In the menu - Options - Keys it is possible to change the
  87. default VT220 values for the function keys. In most cases it
  88. cannot be a good idea. It is better to configure the UNIX host to
  89. use a VT220 terminal.
  90. It is possible to enter any value in octal notation. An octal
  91. value must start with a \ followed of 3 digits.
  92.  
  93. Examples:
  94.  
  95. ESC : \033
  96. CR  : \015
  97. LF  : \012
  98.  
  99. As default following mapping is used:
  100.  
  101. ESCAPE    :  \033
  102. UP        :  \033[A
  103. DOWN      :  \033[B
  104. RIGHT     :  \033[C
  105. LEFT      :  \033[D
  106. F1        :  \217P
  107. F2        :  \217Q
  108. F3        :  \217R
  109. F4        :  \217S
  110. F5        :  \033[15~
  111. F6        :  \033[17~
  112. F7        :  \033[18~
  113. F8        :  \033[19~
  114. F9        :  \033[20~
  115. F10       :  \033[21~
  116. F11       :  \033[23~
  117. F12       :  \033[24~
  118. F13       :  \033[25~
  119. F14       :  \033[26~
  120. F15       :  \033[28~
  121. F16       :  \033[29~
  122. F17       :  \033[31~
  123. F18       :  \033[32~
  124. F19       :  \033[33~
  125. F20       :  \033[34~
  126. DELETE    :  \177
  127. RETURN    :  \015\012
  128.  
  129.  
  130. 2.3 Macros
  131. ==========
  132. In the menu - Options - Macros it is possible to define some
  133. simple macros. A Macro is just a text which is send to the 
  134. UNIX host when the user select the macro from the pop-up list.
  135.  
  136. It is possible to enter any value as macro data in octal notation. 
  137. An octal value must start with a \ followed of 3 digits.
  138.  
  139. Examples:
  140.  
  141. CR  : \015
  142. LF  : \012
  143.  
  144. 2.4 Hardware buttons
  145. ====================
  146. It is possible to use the hardware buttons on the PalmPilot
  147. to navigate the UNIX application.
  148.  
  149. A PalmPilot has 5 hardware keys with following use in Mocha Pocket Telnet:
  150.  
  151.  
  152. DELETE  LEFT  UP/DOWN   RIGHT   RETURN
  153.  
  154. It is not possible to change this selection.
  155.  
  156. 2.5 Auto Login
  157. ==============
  158. To make it easier for the novice to use Mocha Pocket Telnet to connect 
  159. to a single host, it is possible to define an automatic login sequence.
  160. Of course there is not much security involved doing it!
  161.  
  162. In menu - options - Auto login, it is possible to define a search 
  163. string, and a response string which is send back to the host on a match.
  164.  
  165. Example:
  166.  
  167. Search : Login          Answer : anonymous\012
  168. Search : Password       Answer : mypassword\012
  169.  
  170. To include characters as CR and LF, use the octal notation :
  171.  
  172. \abc = octal value. (LF = \012 and CR = \015)
  173.  
  174.  
  175. 3.0 Limitations
  176. ===============
  177. As to the limited screen and keyboard on a PalmPilot organizer
  178. following limitations compared to a real VT220 terminal
  179. have been implemented:
  180.  
  181.   - Supports only PALM OS 3.x or later (PALM III, PALM V). 
  182.   - only 24*80 screen mode
  183.   - no support for large character set
  184.   - no support for print
  185.   - no support for blink/increased intensity or underscored
  186.   - no support for keypad and editing keys (can be defined as macros)
  187.  
  188. You Palm Pilot must have access to a PPP network. Either with a
  189. modem or a cable connected direct to a host with PPP support. It
  190. is not possible to use the HotSync software to get a connection
  191. to an UNIX Host.
  192.  
  193. 4.0 License System
  194. =================
  195. The license system for Mocha Pocket Telnet is very user friendly. It is
  196. possible to run in Demo mode for some time to test the product. At every 
  197. session start the program, will tell it is a Demo. Otherwise there
  198. will be no limitations to the product.
  199.  
  200. When you order, we will send a software license key, which must 
  201. be entered into the product together with a license name. 
  202.  
  203. Visit http://www.mochasoft.dk for details about how to order
  204.  
  205.  
  206.                     ( ----   E N D ---- )
  207.